projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a898dc6
)
reftests: Add a message to the test output
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 31 Jan 2016 19:06:34 +0000
(14:06 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 31 Jan 2016 19:11:01 +0000
(14:11 -0500)
Emit a message that ends up in the test output if we are modifying
the test on the fly.
testsuite/reftests/animation-direction.c
patch
|
blob
|
history
diff --git
a/testsuite/reftests/animation-direction.c
b/testsuite/reftests/animation-direction.c
index 7ee9902ed7613e714ffebe22adbf20d7afc2d752..006717f1dc5453c1b310fd1231ca3891bf34fd9a 100644
(file)
--- a/
testsuite/reftests/animation-direction.c
+++ b/
testsuite/reftests/animation-direction.c
@@
-40,6
+40,8
@@
strip_attributes_if_no_animation (GtkWidget *widget)
if (enabled)
return;
+ g_message ("Unsetting text attributes because animation is disabled.");
+
reftest_inhibit_snapshot ();
gtk_label_set_attributes (GTK_LABEL (widget), NULL);
g_timeout_add (500, unblock, NULL);